From e573e24eb8cf0f016ecb4a95cc81253179ece51e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 1 Nov 2005 10:34:34 +0100 Subject: [PATCH] Fix docs: xm set-mem => xm mem-set. Signed-off-by: Anthony Liguori --- docs/src/user/control_software.tex | 2 +- docs/src/user/domain_mgmt.tex | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/user/control_software.tex b/docs/src/user/control_software.tex index 629be4c623..d65b7b5eea 100644 --- a/docs/src/user/control_software.tex +++ b/docs/src/user/control_software.tex @@ -60,7 +60,7 @@ custom variables (for instance, the \path{xmdefconfig} file uses a The available commands are as follows: \begin{description} -\item[set-mem] Request a domain to adjust its memory footprint. +\item[mem-set] Request a domain to adjust its memory footprint. \item[create] Create a new domain. \item[destroy] Kill a domain immediately. \item[list] List running domains. diff --git a/docs/src/user/domain_mgmt.tex b/docs/src/user/domain_mgmt.tex index 190c63f795..448f5fddf8 100644 --- a/docs/src/user/domain_mgmt.tex +++ b/docs/src/user/domain_mgmt.tex @@ -160,12 +160,12 @@ memory at the request of the administrator or the user of the domain. \subsection{Setting memory footprints from dom0} The machine administrator can request that a domain alter its memory -footprint using the \path{xm set-mem} command. For instance, we can +footprint using the \path{xm mem-set} command. For instance, we can request that our example ttylinux domain reduce its memory footprint to 32 megabytes. \begin{verbatim} -# xm set-mem ttylinux 32 +# xm mem-set ttylinux 32 \end{verbatim} We can now see the result of this in the output of \path{xm list}: @@ -181,7 +181,7 @@ The domain has responded to the request by returning memory to Xen. We can restore the domain to its original size using the command line: \begin{verbatim} -# xm set-mem ttylinux 64 +# xm mem-set ttylinux 64 \end{verbatim} \subsection{Setting memory footprints from within a domain} -- 2.30.2